You are here: Custom Study Programming > Reference > Classes > Chart > Chart Class

Chart Class

The Chart class is used inside custom chart study to access underlying chart to which the study is attached to.

 

Syntax

Chart

 

Members Table
getAllSymbols() The getAllSymbols method returns a string array of all symbols for the chart to which the custom study is attached to.
getTimeSeries(symbol) The getTimeSeriesData method returns an instance of TimeSeries object for a given symbol.

 


Copyright © 2006-2009 ActiveTick LLC